public class UIntPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
UIntPair() |
protected |
UIntPair(long cPtr,
boolean cMemoryOwn) |
|
UIntPair(long first,
long second) |
|
UIntPair(UIntPair p) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(UIntPair obj) |
long |
getFirst() |
long |
getSecond() |
void |
setFirst(long value) |
void |
setSecond(long value) |
protected UIntPair(long cPtr, boolean cMemoryOwn)
public UIntPair()
public UIntPair(long first, long second)
public UIntPair(UIntPair p)
protected static long getCPtr(UIntPair obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setFirst(long value)
public long getFirst()
public void setSecond(long value)
public long getSecond()